home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-04 | 627 b | 29 lines | [TEXT/TrPm] |
- // COMMENTS:
- // You can add comments to your documents:
- // Put two slashes ("/") before the comment text,
- // everything after this is ignored.
-
- Allow User Abort [OFF] // example comment
-
- // EMPTY LINES
- // You may also add empty lines to improve readability:
-
- Set Error Capture [On]
-
- // FORMATTING
- // You may begin a line with spaces, to show a loop for example.
- // An example script showing this:
-
- Enter Browse Mode []
- // Make sure that this is A4 !
- Page Setup [Restore, No dialog]
- Go to Record/Request/Page [First]
-
- Loop
- Exit Loop If []
- Find All
- Unsort
- Print []
- End Loop
-
- Perform Script [Sub-scripts, <unknown>]